html, body{
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-align:center;
	color: #888;
	margin: 0%;
	padding: 0%;
	height:100%;
}
h1, h2, h3, h4, h5, h6{
	display: block;
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	font-weight: bold;	
}
a{
	text-decoration: none;
	color: #43B3E0
		;
}
a:hover{
	color: #43BFF0 !important;
}
ul{
	padding: 0; 
	list-style-type: none;
	line-height: 2.25em;
	margin: 0px;
}
li{
	font-weight: 300;
	line-height: 2.25em;
}
#header{
	color: #ffffff;
	background-color: #54548A;
	text-align: center;
	font-weight: inherit;
	font-size: 30px;
	padding: 20px;
}
#header strong{
	font-weight: 700;
	color: #ffffff;
}
#header img{
	height: 100px;
}
#wrapper {
	min-height: 100%;
	position: relative;

}
#content {
	padding-bottom: 5%;
	padding-top: 2%;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 400;
	color: #3e3e3e;	
}
#footer {
	background: #54548A;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*** Button Classes ***/
.lineObuttons1 {
	border: 0px solid red;
	height:610px;
	width:800px;
	margin:0 auto;
	margin-top:10px;
   	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #000000;

}
.lineObuttons2 {
	border: 0px solid red;
	height:420px;
	width:800px;
	margin:0 auto;
	margin-top:10px;
   	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
			
}
.lineObuttons3 {
	border: 0px solid red;
	height:210px;
	width:800px;
	margin:0 auto;
	margin-top:10px;
   	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}
.lineObuttons4 {
	border: 1px solid red;
	height:420px;
	width:800px;
	margin:0 auto;
	margin-top:10px;
   	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}
.button {
	border: 0px solid red;
	float:left;
	width:150px;
	height:200px;
}
.button img {
	border:none;
}
#title {
	border: 0px solid red;
	width:750px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #d25e24;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
/*** Google Search ***/
#google-search {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-bottom: 4em;
	max-width: 50%;
	min-width: 600px;
	height: auto;
	text-align: center;
}

#GoogleLogo {
	height: 120px;
	max-height: 9em;
	width: auto;
	margin-bottom: 2em;
}

#google-search input[type=text] {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	width: auto;
	min-width: 70%;
	height: 2.4em;
	font-size: 1.6em;
	border: 0.08em solid #A9A9A9;
	box-sizing: border-box;
	padding-left: 1em;
	box-shadow: 0.2em 0.2em 1em #C6C6C6;
}

#google-search input::placeholder {
	color: #ACACAC !important;
	font-family: 'Nunito', sans-serif;
	font-size: 1.2em;
}
 
#google-search input:focus {
	outline:none;
	border: 0.08em solid #54548A;
}